home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 011a / autodl33.zip / AUTODL.DOC < prev    next >
Text File  |  1993-06-10  |  11KB  |  208 lines

  1. ╔═════════════════════════════════════════════════════════════════════════════╗
  2. ║  AUTODL Telix v3.1x+ scripts for protocol initiated transfers RELEASE v3.30 ║
  3. ║         AUTODL and the accompanying files are Copyrighted (c)1992-1993      ║
  4. ║                                     by                                      ║
  5. ║                               Joseph M. Tyson                               ║
  6. ║                             All rights reserved                             ║
  7. ╚═════════════════════════════════════════════════════════════════════════════╝
  8.  
  9. PURPOSE:
  10.   To add the capability of auto-starting MPt, DSZ, TXZM, SZMODEM, GIFLINK,
  11.   HS/Link and Hydracomm transfers to Telix 3.1x without having to configure
  12.   the protocol yourself. You just tell AUTODL where your protocols are located,
  13.   and it handles the rest! Supports automatic uploads prompting when using
  14.   internal/external Zmodems, HS/Link and Hydracomm. Also allows for the marking
  15.   of files to upload with a NEW built-in file manager. Also display the BBS
  16.   name in the status area (REGISTERED VERSION).
  17.  
  18.   The Telix settings for upload/download zmodem crash recovery, port
  19.   configuration, window and disk buffer sizes, locked baud rate and flow-
  20.   control is honored for all the protocols supported by AUTODL. You configure
  21.   the protocols using the "Configure Telix" (Alt-O) panel. Don't worry about
  22.   what settings are needed, its AUTOmatic!
  23. ══════════════════════════════════════════════════════════════════════════════
  24. DISCLAIMER:
  25.   USE AT YOUR OWN RISK! I make no promises to the effectiveness of AUTODL. I
  26.   have every effort to ensure the accuracy and reliability of AUTODL and
  27.   don't anticipate any problems with AUTODL, however I WILL NOT be liable for
  28.   ANY DAMAGE -or- LOSS OF DATA caused by direct -or- indirect use of AUTODL and
  29.   the accompanying scripts. My guarentee is this, "it works for me it MAY work
  30.   for YOU!".
  31.  
  32.   I'm my own beta tester so
  33. ══════════════════════════════════════════════════════════════════════════════
  34. REGISTRATION:
  35.   Registration is $10.00 (NC residents add 6% tax). You will receive a postcard
  36.   with your registeration "Key" which unlocks the registered features and
  37.   removes the long SHAREWARE credit screen for this version and all future
  38.   versions of AUTODL.
  39.  
  40.   Send registrations to: Joseph M. Tyson
  41.                          2601 Goshawk Lane
  42.                          Raleigh, NC. 27603-5817
  43.  
  44.   You can contact me at the following:
  45.  
  46.   - The FIDONET & RimeNet TELIX echo (Joseph Tyson).
  47.  
  48.   - FIDO: Joseph Tyson @ 1:3541/1
  49.  
  50.   - Internet: Joseph.Tyson@f1.n3641.z1.fidonet.org
  51. ══════════════════════════════════════════════════════════════════════════════
  52. SETUP:
  53.   Copy the *.slc files in the AUTODL.ZIP file in the directory where
  54.   you keep your other Telix scripts. Make sure the TELIX environment
  55.   variable is set. See the Telix documentation for more information.
  56.  
  57.   Start Telix. Once Telix is running, press <ALT-G>. Type "ADLCFG" and press
  58.   the enter key. Enter the directory where each protocol is kept. The DSZ/GSZ
  59.   option requires a fully-qualified path (Drive:\Path\Filename.Ext). This allows
  60.   you to use DSZ or GSZ. If any of the fields are left blank, the protocol will
  61.   be disabled. Once the fields have been filled in, choose <X> to save the
  62.   configuration file. The file is stored in the directory pointed to by the
  63.   TELIX environment variable.
  64.  
  65.   Use the arrow keys to adjust the foreground and background colors of the file
  66.  
  67.   manager. The border and background colors of the configuration panel change
  68.   to indicate your color selection.
  69.  
  70.   Once the configuration is completed, press "Z" to exit. You may use the
  71.   AUTODL.SLC script in the following ways:
  72.  
  73.      - From the terminal session. To do this you first log on to a remote
  74.        system. Once you have done this, type <ALT-G> from the terminal screen.
  75.        You will then be prompted for the script to execute. Type "AutoDL"
  76.        (without the " 's) and press <Enter>. The script will execute until the
  77.        carrrier is lost, at which time it will terminate with an alarm.
  78.  
  79.      - As a "Linked script". While editing the phone entry for your favorite
  80.        system type "AutoDL" in the Linked script field and save the entry.
  81.        The next time you log on this system the AutoDL script will auto-
  82.        matically be executed. The script will execute until the carrrier is
  83.        lost, at which time it will terminate with an alarm.
  84.  
  85.      - From within a logon script. Add this line:
  86.          Call("AutoDL");
  87.        as the last line to you logon script and recompile your logon script.
  88.        the next time you logon the system your logon script will log you on and
  89.        then execute the AutoDL script for you. The script will execute until
  90.        the carrrier is lost, at which time it will terminate with an alarm.
  91. ══════════════════════════════════════════════════════════════════════════════
  92. SETUP OF THE UPLOAD MANAGERS:
  93.   While in Telix, press <ALT-O> to invoke the Telix configuration menu. From
  94.   the menu press <P> for "Protocol options". Choose a free external protocol
  95.   slot from the menu. Press <P><ENTER>. Type "MPT"<ENTER> for the "Protocol
  96.   name". Type "MPTUL"<ENTER> for the "Upload Filename". Type "ADLSTART"
  97.   <ENTER> for the "Download Filename". Press <S> for "BAT or Script". Press
  98.   <N> for "DL Name". The upload manager for MPt is now installed.
  99. ══════════════════════════════════════════════════════════════════════════════
  100. FILE MANAGER:
  101.   The file manager is available for HS/Link upload requests (Registered
  102.   version supports GSZ and MPt). The files listed are the ones contained in
  103.   the upload directory specified in the paths configuration. The file manager
  104.   can list a maximum of 115 filenames.
  105. ══════════════════════════════════════════════════════════════════════════════
  106. FILE MANAGER KEYS:
  107.   A     - Mark all files listed.
  108.   C     - Clear all marked files.
  109.   E     - Manual entry of filenames.
  110.   L     - Log (change to) a new directory.
  111.   ESC   - Cancel File manager.
  112.   SPACE - Toggle marked file.
  113.   ENTER - Accept marked files.
  114.   HOME  - Goto first filename listed.
  115.   END   - Goto last filename listed.
  116.   PGUP  - Top of column.
  117.   PGDN  - Bottom of column.
  118. ══════════════════════════════════════════════════════════════════════════════
  119. ENTERING AUTODL KEY:
  120.   Start Telix. Once Telix is running, press <ALT-G>. Type "ADLCFG" and press
  121.   the enter key. At the AUTODL configuration panel press "". Enter the
  122.   information from the postcard EXACTLY as it appears and the prompts.
  123. ══════════════════════════════════════════════════════════════════════════════
  124.   If you followed the above procedures the AUTODL script system is now
  125.   installed. If you instruct a remote system you are going to do a Zmodem or
  126.   HS/Link upload, you will be prompted to enter the files to send
  127.   automatically.
  128.  
  129.   When you are ready to download and the remote host has Puma and you have MPt,
  130.   go ahead and use Puma. AutoDL knows how to handle it. That's all there is
  131.   to it. This script is sure to enhance your usage of both Telix, DSZ, TXZM,
  132.  
  133.   SZMODEM, GIFLINK, MPt (Puma), HS/Link, Hydracom. By the way, be sure to
  134.   register these fine products with their respective authors.
  135. ══════════════════════════════════════════════════════════════════════════════
  136. NOTE:
  137.   If you experience problems with your protocols being executed and your using
  138.   Telix v3.2+, turn "Swap out of memory..." (ALT-O G P) OFF. I cannot use
  139.   swapping myself.
  140.  
  141.   If you make ANY changes to you Telix configuration while AUTODL is in use,
  142.   WRITE the changes to disk so AUTODL can pick them up.
  143. ══════════════════════════════════════════════════════════════════════════════
  144. SUGGESTIONS & HELP:
  145.   Please excuse the documentation; I'm a OS/2, Windows programmer by profession
  146.   and well, "I don't do docs!". If anyone would like to help me...
  147.  
  148.   I'm my own beta tester so I'm sure I may have missed something. And as always
  149.   suggestions are appreciated.
  150. ══════════════════════════════════════════════════════════════════════════════
  151. FUTURE PROJECTS:
  152.   I'm interested in ANSI music (not much use for it myself, but a few friends
  153.   asked me to write a script; No promises however, OS/2 v2.1 is gonna keep me
  154.   busy). EMSI script. ???
  155. ══════════════════════════════════════════════════════════════════════════════
  156. TRADEMARKS AND PRODUCTS
  157. ──────────────────────────────────────────────────────────────────────────────
  158.   Telix - Exis Inc.
  159.           P.O. Box 130
  160.           West Hill
  161.           On CANADA M1E 4R4
  162.  
  163.   DSZ/GSZ - Omen Technology Incorporated
  164.             17505-V Northwest Sauvie Island Road
  165.             Portland Oregon 97231
  166.  
  167.   MPt & Puma - MPt Software Company
  168.                Matthew Thomas
  169.                PO Box 4694
  170.                Racine, WI 53404
  171.  
  172.   HS/Link - SAMUEL H.  SMITH
  173.             P. O. BOX 4808
  174.             PANORAMA CITY, CA 91412-4808
  175.             U.S.A.
  176.             The Tool Shop BBS (818) 891-6780 (USRobotics 2400)
  177.  
  178. ══════════════════════════════════════════════════════════════════════════════
  179. APPENDIX A - Revisions
  180. ──────────────────────────────────────────────────────────────────────────────
  181.   1.0 - Initial release.
  182.   1.1 - Added DSZ/GSZ support.
  183.   2.0 - Added HS/Link and revamped the configuration setup and AUTODL code.
  184.   2.2 - Prompts for files upon a Zmodem upload request.
  185.   2.3 - Fixed a few minor bugs.
  186.   3.0 - Added a file manager for marking files for upload! This facility is
  187.         supported for HS/Link upload requests. When AUTODL receives an upload
  188.         request from HS/Link, AUTODL will present the file manager for marking
  189.         the files to upload. Telix finally has a facility for
  190.         "point-and-click" file marking. Registered version comes with a file
  191.         manager for GSZ/DSZ and MPt.
  192.   3.1 - Shorten the delay at start-up and removed the handshaking setting from
  193.         the GSZ/DSZ configuration. Now, only the minimum switches are set for
  194.         operation.
  195.   3.2 - Added change directory logic for DSZ/GSZ so downloads are directed to
  196.         the download directory.
  197.   3.21- Fixed missing space between -m and dl directory bug. Reported by Philip
  198.  
  199.         Choy. Removed some of the default settings for HS/Link. Now minimun set
  200.         supported for correct operation.
  201.   3.22- Added 'E' option to the file manager for manual entry of filenames.
  202.   3.30- MAJOR improvements and added features:
  203.         - Support for TXZM (Texas Zmodem;Good!), SZMODEM, GIFLINK and Hydracomm.
  204.         - Display BBS in status area (REGISTERED VERSION)
  205.         - Support for custom COM port configurations.
  206.         - Auto configuration for disk buffer and transfer buffer sizes and
  207.           flow control.
  208.